Update smoke tests app-template#21153
Closed
github-actions[bot] wants to merge 767 commits intokg-run-smoke-tests-with-depsfrom
Closed
Update smoke tests app-template#21153github-actions[bot] wants to merge 767 commits intokg-run-smoke-tests-with-depsfrom
github-actions[bot] wants to merge 767 commits intokg-run-smoke-tests-with-depsfrom
Conversation
[BUGFIX] url should be correct in the hooks
[BUGFIX] Fix mutable QPs through evented hooks
[BUGFIX] RouteInfo should correctly reflect substate transitions
…teInfoWithAttributes
transition.from and transition.to in `routeDidChange` should be a Rou…
[BUGFIX] Gracefully handle frozen objects
[bugfix] .apply calls do not get rewritten in Ember
[bugfix] fix edge frozen objects
[FEATURE] buildRouteInfoMetadata
[BUGFIX] Ensure activeTransiton
Fix transition being undefined through substates
Add tests for: - <this.dynamicComponent> invocations - <@argComponent> invocations Both currently produce '(unknown template-only component)' instead of the expected component name because dynamic resolution at runtime loses the invocation-site name information. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…RenderTree For dynamic component invocations like `<this.Foo>` and `<@Greeting>`, the debug render tree now shows the invocation-site name instead of '(unknown template-only component)'. This works by extracting the Reference's debugLabel in VM_RESOLVE_DYNAMIC_COMPONENT_OP and VM_RESOLVE_CURRIED_COMPONENT_OP, and setting it as the ComponentDefinition's debugName when no name is already present. - `<this.Foo>` → name: "Foo" - `<@Greeting>` → name: "Greeting" Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The invocation-site name propagation relies on ref.debugLabel which is only available in DEBUG mode. Skip these tests in production builds. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ations Make the low-level component scope able to be an object instead of an array
199ad5c to
97ce18f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Regenerated the smoke-tests app-template using ember-cli latest.